Log(string,object[]) Method

Summary
Logs the specified message to a text file.
Syntax
C#
VB
C++
protected virtual void Log( 
   string format, 
   object[] args 
) 
  
Protected Overloads Sub Log( _ 
   ByVal format As String, _ 
   ByVal ParamArray args() As Object _ 
)  
protected: 
void Log(  
   String^ format, 
   ... array<Object^>^ args 
)  

Parameters

format
The format.

args
The args.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.